home *** CD-ROM | disk | FTP | other *** search
/ Cubase Magazine 26 / Issue #26.iso / 2-SOFTWARE / TUAREG FAT 1.5 / _SETUP.1 / Tuareg.exe / 0 / RCDATA / TPRERENDER / TPRERENDER.txt
Text File  |  2000-08-10  |  1KB  |  58 lines

  1. object prerender: Tprerender
  2.   Left = 591
  3.   Top = 368
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'RaGE / BLiSS'
  7.   ClientHeight = 52
  8.   ClientWidth = 258
  9.   Color = 4470913
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 195
  25.     Height = 14
  26.     Caption = 'Pre-rendering patterns... hold on a sec...'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWhite
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object progressGauge: TGauge
  35.     Left = 8
  36.     Top = 32
  37.     Width = 241
  38.     Height = 9
  39.     BackColor = 10086557
  40.     ForeColor = 4874571
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -11
  44.     Font.Name = 'Arial'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     Progress = 0
  48.     ShowText = False
  49.   end
  50.   object startTimer: TTimer
  51.     Enabled = False
  52.     Interval = 120
  53.     OnTimer = startTimerTimer
  54.     Left = 232
  55.     Top = 16
  56.   end
  57. end
  58.